[INFO] fetching crate kasa-core 0.6.0...
[INFO] testing kasa-core-0.6.0 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065-1
[INFO] extracting crate kasa-core 0.6.0 into /workspace/builds/worker-0-tc1/source
[INFO] started tweaking crates.io crate kasa-core 0.6.0
[INFO] finished tweaking crates.io crate kasa-core 0.6.0
[INFO] tweaked toml for crates.io crate kasa-core 0.6.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate kasa-core 0.6.0 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate kasa-core 0.6.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hex-literal v0.4.1
[INFO] [stderr]   Downloaded rustls-pki-types v1.13.2
[INFO] [stderr]   Downloaded cmac v0.7.2
[INFO] [stderr]   Downloaded dbl v0.3.2
[INFO] [stderr]   Downloaded find-msvc-tools v0.1.7
[INFO] [stderr]   Downloaded ryu v1.0.17
[INFO] [stderr]   Downloaded rand_core v0.9.4
[INFO] [stderr]   Downloaded secrecy v0.10.3
[INFO] [stderr]   Downloaded cc v1.2.52
[INFO] [stderr]   Downloaded serde_json v1.0.116
[INFO] [stderr]   Downloaded ccm v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4e44ecaaa79f243d44e1999951c44da58193fa2272e00a4caccbb5a512269909
[INFO] running `Command { std: "docker" "start" "-a" "4e44ecaaa79f243d44e1999951c44da58193fa2272e00a4caccbb5a512269909", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4e44ecaaa79f243d44e1999951c44da58193fa2272e00a4caccbb5a512269909", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e44ecaaa79f243d44e1999951c44da58193fa2272e00a4caccbb5a512269909", kill_on_drop: false }`
[INFO] [stdout] 4e44ecaaa79f243d44e1999951c44da58193fa2272e00a4caccbb5a512269909
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2fb4db4b545d56cf16f215c0fb7f22cbfe790b79e06917bacb3b9242465a6274
[INFO] running `Command { std: "docker" "start" "-a" "2fb4db4b545d56cf16f215c0fb7f22cbfe790b79e06917bacb3b9242465a6274", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aws-lc-rs v1.15.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling rustls-pki-types v1.13.2
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling dbl v0.3.2
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]    Compiling rand_core v0.9.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling socket2 v0.6.1
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling webpki-roots v1.0.5
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling webpki-roots v0.26.11
[INFO] [stderr]    Compiling aws-lc-sys v0.35.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling ccm v0.5.0
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling cmac v0.7.2
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling kasa-core v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 53s
[INFO] running `Command { std: "docker" "inspect" "2fb4db4b545d56cf16f215c0fb7f22cbfe790b79e06917bacb3b9242465a6274", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fb4db4b545d56cf16f215c0fb7f22cbfe790b79e06917bacb3b9242465a6274", kill_on_drop: false }`
[INFO] [stdout] 2fb4db4b545d56cf16f215c0fb7f22cbfe790b79e06917bacb3b9242465a6274
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a10d8aff7ec28cb7f2148dce7c7ded80af4e7e38d12e63da8752b2291e1540f3
[INFO] running `Command { std: "docker" "start" "-a" "a10d8aff7ec28cb7f2148dce7c7ded80af4e7e38d12e63da8752b2291e1540f3", kill_on_drop: false }`
[INFO] [stderr]    Compiling kasa-core v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.45s
[INFO] running `Command { std: "docker" "inspect" "a10d8aff7ec28cb7f2148dce7c7ded80af4e7e38d12e63da8752b2291e1540f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a10d8aff7ec28cb7f2148dce7c7ded80af4e7e38d12e63da8752b2291e1540f3", kill_on_drop: false }`
[INFO] [stdout] a10d8aff7ec28cb7f2148dce7c7ded80af4e7e38d12e63da8752b2291e1540f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] faf89ef2f43dc0d8628e2cfb6bd7d3ca38b26be6ae8c985a7dd57bad04c6f0b8
[INFO] running `Command { std: "docker" "start" "-a" "faf89ef2f43dc0d8628e2cfb6bd7d3ca38b26be6ae8c985a7dd57bad04c6f0b8", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kasa_core-8f31028e9c4221b9)
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test credentials::tests::test_credentials_debug_redacts_password ... ok
[INFO] [stdout] test credentials::tests::test_credentials_equality ... ok
[INFO] [stdout] test credentials::tests::test_credentials_is_blank ... ok
[INFO] [stdout] test credentials::tests::test_credentials_new ... ok
[INFO] [stdout] test credentials::tests::test_default_credentials_all ... ok
[INFO] [stdout] test credentials::tests::test_credentials_blank ... ok
[INFO] [stdout] test crypto::klap::tests::test_encryption_session_creation ... ok
[INFO] [stdout] test crypto::klap::tests::test_decrypt_payload_too_short ... ok
[INFO] [stdout] test crypto::klap::tests::test_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test crypto::klap::tests::test_generate_auth_hash_blank ... ok
[INFO] [stdout] test crypto::klap::tests::test_generate_auth_hash ... ok
[INFO] [stdout] test crypto::klap::tests::test_handshake1_v1_only_uses_local_seed ... ok
[INFO] [stdout] test crypto::spake2plus::tests::test_hkdf_expand_sha256 ... ok
[INFO] [stdout] test crypto::spake2plus::tests::test_decode_n_point ... ok
[INFO] [stdout] test crypto::spake2plus::tests::test_decode_m_point ... ok
[INFO] [stdout] test credentials::tests::test_default_credentials ... ok
[INFO] [stdout] test crypto::klap::tests::test_handshake2_v1_only_uses_remote_seed ... ok
[INFO] [stdout] test crypto::tpap::tests::test_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test crypto::tpap::tests::test_encrypt_with_tag ... ok
[INFO] [stdout] test crypto::xor::tests::test_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test crypto::xor::tests::test_encrypt_has_length_header ... ok
[INFO] [stdout] test crypto::xor::tests::test_encrypt_udp_decrypt_roundtrip ... ok
[INFO] [stdout] test crypto::spake2plus::tests::test_scalar_to_minimal_bytes ... ok
[INFO] [stdout] test crypto::xor::tests::test_encrypt_produces_correct_length ... ok
[INFO] [stdout] test crypto::xor::tests::test_encrypt_udp_no_length_header ... ok
[INFO] [stdout] test crypto::tpap::tests::test_different_seq_different_ciphertext ... ok
[INFO] [stdout] test crypto::tpap::tests::test_encrypt_decrypt_chacha ... ok
[INFO] [stdout] test discovery::tests::test_parse_tdp_response ... ok
[INFO] [stdout] test discovery::tests::test_tdp_header_serialization ... ok
[INFO] [stdout] test response::tests::test_parse_cloud_info ... ok
[INFO] [stdout] test response::tests::test_parse_energy_milliwatts ... ok
[INFO] [stdout] test response::tests::test_parse_energy_standard_units ... ok
[INFO] [stdout] test response::tests::test_parse_sysinfo_mic_mac ... ok
[INFO] [stdout] test response::tests::test_parse_sysinfo_basic ... ok
[INFO] [stdout] test response::tests::test_parse_sysinfo_with_children ... ok
[INFO] [stdout] test crypto::tpap::tests::test_cipher_type_parse ... ok
[INFO] [stdout] test tests::test_encrypt_has_length_header ... ok
[INFO] [stdout] test crypto::xor::tests::test_decrypt_empty ... ok
[INFO] [stdout] test tests::test_encrypt_decrypt_roundtrip ... ok
[INFO] [stdout] test tests::test_decrypt_empty ... ok
[INFO] [stdout] test tests::test_encrypt_produces_correct_length ... ok
[INFO] [stdout] test crypto::spake2plus::tests::test_derive_w0_w1 ... ok
[INFO] [stdout] test discovery::tests::test_generate_tdp_query ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.17s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests kasa_core
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test src/commands.rs - commands (line 8) - compile ... ok
[INFO] [stdout] test src/commands.rs - commands::energy_for_children (line 245) ... ok
[INFO] [stdout] test src/commands.rs - commands::wifi_join (line 134) ... ok
[INFO] [stdout] test src/credentials.rs - credentials::Credentials::blank (line 88) ... ok
[INFO] [stdout] test src/commands.rs - commands::with_child_context (line 178) ... ok
[INFO] [stdout] test src/credentials.rs - credentials::Credentials (line 38) ... ok
[INFO] [stdout] test src/crypto/xor.rs - crypto::xor::decrypt (line 106) ... ok
[INFO] [stdout] test src/crypto/xor.rs - crypto::xor::encrypt (line 26) ... ok
[INFO] [stdout] test src/lib.rs - (line 23) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 41) - compile ... ok
[INFO] [stdout] test src/credentials.rs - credentials::Credentials::expose_password (line 124) ... ok
[INFO] [stdout] test src/credentials.rs - credentials::Credentials::is_blank (line 105) ... ok
[INFO] [stdout] test src/lib.rs - (line 67) - compile ... ok
[INFO] [stdout] test src/crypto/xor.rs - crypto::xor::encrypt_udp (line 66) ... ok
[INFO] [stdout] test src/lib.rs - discover (line 281) - compile ... ok
[INFO] [stdout] test src/commands.rs - commands::cloud_bind (line 104) ... ok
[INFO] [stdout] test src/credentials.rs - credentials::Credentials::new (line 68) ... ok
[INFO] [stdout] test src/commands.rs - commands::energy_for_child (line 204) ... ok
[INFO] [stdout] test src/lib.rs - send_command (line 236) - compile ... ok
[INFO] [stdout] test src/response.rs - response (line 8) - compile ... ok
[INFO] [stdout] test src/response.rs - response::DeviceEnergy (line 358) - compile ... ok
[INFO] [stdout] test src/transport/klap.rs - transport::klap::KlapTransport (line 100) - compile ... ok
[INFO] [stdout] test src/transport/legacy.rs - transport::legacy::LegacyTransport (line 37) - compile ... ok
[INFO] [stdout] test src/transport/mod.rs - transport::TransportExt (line 366) - compile ... ok
[INFO] [stdout] test src/transport/mod.rs - transport::Transport (line 310) - compile ... ok
[INFO] [stdout] test src/transport/mod.rs - transport::TransportExt::get_all_energy (line 493) - compile ... ok
[INFO] [stdout] test src/transport/mod.rs - transport::connect (line 161) - compile ... ok
[INFO] [stdout] test src/transport/mod.rs - transport::DeviceConfig::from_discovered (line 130) - compile ... ok
[INFO] [stdout] test src/crypto/klap.rs - crypto::klap::generate_auth_hash (line 42) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 2.04s; merged doctests compilation took 1.98s
[INFO] running `Command { std: "docker" "inspect" "faf89ef2f43dc0d8628e2cfb6bd7d3ca38b26be6ae8c985a7dd57bad04c6f0b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faf89ef2f43dc0d8628e2cfb6bd7d3ca38b26be6ae8c985a7dd57bad04c6f0b8", kill_on_drop: false }`
[INFO] [stdout] faf89ef2f43dc0d8628e2cfb6bd7d3ca38b26be6ae8c985a7dd57bad04c6f0b8
